home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / perlnt.zip / usersubs.txt < prev   
Text File  |  1993-07-25  |  1KB  |  56 lines

  1. ========================================================================
  2.   Variables
  3. ========================================================================
  4. $LoginName        - string
  5.  
  6. $NodeName        - string
  7.  
  8. $HKEY_CLASSES_ROOT
  9. $HKEY_CURRENT_USER
  10. $HKEY_LOCAL_MACHINE
  11. $HKEY_USERS
  12. ========================================================================
  13.   Subroutines
  14. ========================================================================
  15. These are the routines implemented for accessing the NT registry.
  16.  
  17.  
  18. &RegCloseKey ($hkey)
  19.  
  20. &RegConnect&Registry ($system, $hkey, $remote-hkey)
  21.  
  22. &RegCreateKey ($hkey, $key-string, $new-hkey)
  23.  
  24. &RegDeleteKey ($hkey, $key-string)
  25.  
  26. &RegDeleteValue ($hkey, $value)
  27.  
  28. &RegEnumKey ($hkey, $sub-key-index, $result-key-name)
  29.  
  30. &RegEnumValue
  31.  
  32. &RegFlushKey
  33.  
  34. &RegGetKeySecurity
  35.  
  36. &RegLoadKey
  37.  
  38. &RegOpenKey
  39.  
  40. &RegQueryInfoKey
  41.  
  42. &RegQueryValue
  43.  
  44. &RegReplaceKey
  45.  
  46. &RegRestoreKey
  47.  
  48. &RegSaveKey
  49.  
  50. &RegSetKeySecurity
  51.  
  52. &RegSetValue
  53.  
  54. &RegUnloadKey
  55.  
  56.